home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / comm / pilotv25.zip / SAMPLE.MAC < prev    next >
Text File  |  1991-07-31  |  350b  |  26 lines

  1. ; MACRO TO ENTER AND EXIT COMPUSERVE
  2. TRANSMIT ^M
  3. WAITFOR Host_Name:
  4. TRANSMIT CIS^M
  5. WAITFOR User_ID:
  6. TRANSMIT  *****^M
  7. ; ***** stands for the User ID Compuserve will assign you!
  8. WAITFOR Password:
  9. TRANSMIT ********^M
  10. ; ******** stands for the Password you will use for Compuserve!
  11. WAITFOR number_!
  12. TRANSMIT EXIT^M
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.